* {

  padding: 0;

  margin: 0;

  box-sizing: border-box;

}

.navigation {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding-top: 20px;

}

.navigation-2 {

  padding: 40px 0 40px 0;

}

.hamburger {
  margin-left: auto;
}

.container {

  padding: 0 15px 0;

  margin-left: auto;

  margin-right: auto;

  max-width: 1440px;

}

header {

  height: 100px;

  background-color: #fff;

  box-shadow: 0px 4px 10px 0px #00000026;

}

footer {

  background-color: #003087;

}

.logo {

  width: 60px;

  height: 60px;

}

.social-icons {

  display: flex;

  align-items: center;

  margin-left: auto;

}

.social-icons.show {

  display: flex;

}

.hamburger {

  margin-left: auto;
  
}

.social-media-icons {

  width: 24px;

  height: 24px;

  margin-right: 24px;

}

.call-number {

  text-decoration: none;

  color: #333;

  font-family: "Roboto", sans-serif;

  font-size: 24px;

  font-weight: 500;

}

.call-number-2 {

  color: #fff;

}

.phone-number {

  margin-left: 56px;

}

.vacancy {

  display: flex;

  justify-content: space-between;

}

.title-first-block {

  width: 760px;

  font-size: 48px;

  line-height: 120%;

  font-weight: 600;

  font-family: "Roboto", sans-serif;

  color: #333;

  margin-bottom: 32px;

}

.description {

  font-size: 24px;

  line-height: 140%;

  font-weight: 400;

  font-family: "Barlow", sans-serif;

  color: #666;

}

.description ul {

  list-style-type: disc;

}

.text-column {

  margin-top: auto;

  margin-bottom: auto;

  width: 750px;

  margin-right: 72px;

}

.form-column {

  padding: 60px 60px;

  margin-top: 112px;

  margin-bottom: 120px;

  margin-left: auto;

  margin-right: auto;

  background-color: #fff;

  box-shadow: 0px 4px 10px 0px #00000026;

}

.form-column-2 {

  margin-top: 0;

  margin-right: 0;

  margin-bottom: 0;

  margin-left: auto;

}

.subtitle-form {

  text-align: center;

  font-family: "Roboto", sans-serif;

  font-size: 18px;

  line-height: 140%;

  font-weight: 400;

  margin-bottom: 32px;

}

.name-stroke {

  color: #666;

  font-size: 14px;

  font-weight: 500;

  font-family: "Roboto", sans-serif;

  margin-bottom: 8px;

}

.phone-stroke {

  color: #666;

  font-size: 14px;

  font-weight: 500;

  font-family: "Roboto", sans-serif;

  margin-bottom: 8px;

}

.first-input-stroke {

  width: 100%;

  height: 56px;

  background-color: #fafafa;

  border: none;

  margin-bottom: 16px;

  padding: 0 10px;

}

.input-stroke {

  width: 100%;

  height: 56px;

  background-color: #fafafa;

  padding-left: 10px;

  margin-bottom: 60px;

  border: none;

}

.btn-form {

  display: flex;

  justify-content: center;

  align-items: center;

}

.btn {

  font-size: 16px;

  font-weight: 600;

  font-family: "Roboto", sans-serif;

  color: #fff;

  display: flex;

  padding: 20px 60px;

  justify-content: center;

  align-items: center;

  background-color: #003087;

  border: 2px solid #003087;

  cursor: pointer;

  position: relative;

}

.btn-icon {

  width: 24px;

  height: 24px;

  position: absolute;

  top: 50%;

  right: 65%;

  transform: translateY(-50%);

  display: none;

  margin-right: 22px;

}

#default-icon {

  display: inline-block;

}

.btn:hover #hover-icon {

  display: inline-block;

}

.btn:hover {

  color: #003087;

  background-color: transparent;

}

.second-block {

  background-image: url(../img/truck-image.png);

  background-size: cover;

  padding: 100px 0;

}

.title {

  color: #333;

  font-family: "Roboto", sans-serif;

  text-align: center;

  font-size: 36px;

  font-weight: 600;

  margin-bottom: 32px;

}

.title-card {

  margin-bottom: 60px;

}

.round-icon {

  width: 68px;

  margin-left: auto;

  margin-right: auto;

  margin-bottom: 60px;

  display: flex;

  align-items: center;

}

.offer-card {

  width: 60%;

  background-color: #fffffff5;

  opacity: 96%;

  padding: 80px 110px 116px;

}

.requirements-card {

  width: 790px;

  margin-top: 120px;

  margin-bottom: 120px;

  margin-left: auto;

  margin-right: auto;

}

ul {

  list-style: initial;

  line-height: 160%;

  padding-left: 30px;

}

li {

  color: #666;

  font-family: "Roboto", sans-serif;

  font-weight: 400;

  margin-bottom: 13px;

}

.card {

  display: flex;

  justify-content: center;

}

.card-2 {

  margin-bottom: 120px;

}

.fourth-block {

  background-image: url(../img/image-truck2.png);

  background-size: cover;

  padding: 100px 0;

}

.eighth-block {

  background-image: url(../img/truck-image3.png);

  background-size: cover;

  padding: 80px 0;

}

.card-block {

  width: 45%;

  box-shadow: 0px 4px 10px 0px #00000026;

  padding: 48px 60px 140px;

  margin: 0 20px 20px 0;

}

.card-block-last {

  margin: 0 0 20px 0;

}

.icons-card {

  width: 60px;

  height: 60px;

  margin-bottom: 40px;

}

.subtitle-card {

  color: #333;

  font-size: 24px;

  font-weight: 500;

  line-height: 160%;

  font-family: "Roboto", sans-serif;

  margin-bottom: 24px;

}

.sixth-block {

  margin-bottom: 120px;
  
}

.text-card {

  color: #666;

  font-size: 20px;

  font-weight: 400;

  line-height: 160%;

  font-family: "Roboto", sans-serif;

}



/* Стили для активного состояния (раскрытого элемента) */

.accordion-item.active .accordion-content {

  display: block;

}

/* Style the buttons that are used to open and close the accordion panel */

.accordion {

  display: flex;

  justify-content: space-between;

  align-items: center;

  background-color: #fff;

  color: #333;

  font-family: "Roboto", sans-serif;

  font-size: 24px;

  font-weight: 500;

  line-height: 160%;

  cursor: pointer;

  padding: 24px 60px;

  margin-bottom: 24px;

  width: 100%;

  text-align: left;

  border: none;

  outline: none;

  transition: 0.4s;

  box-shadow: 0px 4px 10px 0px #00000026;

}

.container-block {

  margin-bottom: 140px;

}

.content-accordion {

  padding: 40px 60px;

  color: #333;

  background-color: #fafafa;

  font-family: "Roboto", sans-serif;

  font-size: 18px;

  font-weight: 400;

  line-height: 160%;

  margin-bottom: 24px;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active,

.accordion:hover {

  background-color: #fafafa;

}

/* Style the accordion panel. Note: hidden by default */

.panel {

  padding: 0 18px;

  background-color: white;

  display: none;

  overflow: hidden;

}

.accordion:after {

  content: "\02795"; /* Unicode character for "plus" sign (+) */

  font-size: 20px;

  color: #040404;

  float: right;

  margin-left: 5px;

}

.active:after {

  content: "\2796"; /* Unicode character for "minus" sign (-) */

}



.country-flag {

  width: 20px;

  height: 20px;

}



#selected-flag-top, #selected-flag-bottom{

  height: 30px;

}

.selected-item{

  display: flex;

  align-items: center;

  gap: 10px;

}

#selected-value-top, #selected-value-bottom{

cursor: pointer;

}



.country-name{

color: #666666;

}



.custom-select{

background-color: #fafafa;

padding: 15px 20px;

margin-bottom: 15px;

}



.dropdown-flag{

height: 30px;

}

.last-block {
  display: flex;
}

.dropdown-item{

cursor: pointer;

display: flex;

align-items: center;

gap: 10px;

padding-left: 5px;

}



.dropdown-content {

border-radius: 3px;

display: none;

background-color: #fff;

height: 120px;

width: 450px;

overflow-y: scroll;

position: absolute;

transform: translate(-5px, 2px);

}



.dropdown-content.show {

display: block;

}



.dropdown-content::-webkit-scrollbar {

width: 7px;

}



.dropdown-content::-webkit-scrollbar-track {

background-color: #f1f1f1;

}



.dropdown-content::-webkit-scrollbar-thumb {

background-color: #888;

border-radius: 2px;

}



.dropdown-content::-webkit-scrollbar-thumb:hover {

background-color: #555;

}



.modal {

  display: none;

  position: fixed;

  z-index: 1;

  padding-top: 100px;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  overflow: auto;

  background-color: rgb(0,0,0);

  background-color: rgba(0,0,0,0.55);

}



/* Modal Content */

.modal-content {

  border-radius: 5px;

  text-align: center;

  font-size: 18px;

  position: absolute;

  background-color: #fefefe;

  margin: auto;

  padding: 30px 45px;

  border: 1px solid #888;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

}



/* The Close Button */

.close {

  color: #aaaaaa;

  float: right;

  font-size: 28px;

  font-weight: bold;

}



.close:hover,

.close:focus {

  color: #000;

  text-decoration: none;

  cursor: pointer;

}



.agreement__container{

  display: flex;

  flex-direction: column;

  gap: 35px;

}



.agreement-title{

  font-family: 'Roboto', sans-serif;

  font-size: 36px;

  width: 100%;

  text-align: center;

  font-weight: 600;

  margin: 0 0 32px;

  color: #333333;

}



.agreement-subtext{

  font-size: 18px;

  font-weight: 600;

}



.agreement-description {

  font-family: 'Roboto', sans-serif;

  font-size: 16px;

}



.agreement-description strong {

  font-size: 18px;

  color: #333333 !important;

}



.agreement-description li {

  font-family: 'Roboto', sans-serif;

  font-size: 18px;

  margin-bottom: 20px;

  color: #333333;

}





.agreement-items__container{

  padding-left: initial;

  display: initial;

  flex-direction: initial;

  font-size: initial;

  gap: initial;

}



.agreement-button__container {

  margin-top: 10px;

  display: flex;

  flex-direction: column;

  width: 100%;

  align-items: flex-end;

}

#agreement-accept{

  display: flex;  

  }



.agreement-button__container .btn {

  background-color: white;

  border: 2px solid #003087;

  padding: 10px 20px;

  color: #003087; 

}



.agreement-button__container .btn:hover {

  background-color: #003087; 

  color: #ffffff; 

}



@media (max-width: 767px) {

 

  .agreement-button__container {

    align-items: center; 

  }



  .agreement-button__container .btn {

    width: 100%; 

  } 

  

  #agreement-accept{

    width: 100%;

    padding: 10px 20px;

    }

}



.more-reviews-button {

  display: flex;

  justify-content: flex-end;  

}



.more-reviews-button .btn {

  background-color: white;

  border: 2px solid #003087; 

  padding: 10px 20px;

  color: #003087;

}



.more-reviews-button .btn:hover {

  background-color: #003087; 

  color: #ffffff; 

}



@media (max-width: 767px) {

  

  .more-reviews-button {

    justify-content: center;

  }



  .more-reviews-button .btn {

    width: 100%; 

  }

}